[HVM][SVM] Avoid double-execution of NMI handler.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 09:11:45 +0000 (10:11 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Oct 2006 09:11:45 +0000 (10:11 +0100)
commit7b517f8891e34839e878c27199d1be14c4c6e51d
treee7b98544a3e0bbbd53c00ca79bed4407680bd7a3
parent0f10e394bc6e8b06b4627a3d35b5b2cefc39b043
[HVM][SVM] Avoid double-execution of NMI handler.

Remove the do_nmi() call from the vmexit logic, as the NMI is held
pending and will be handled in the context of the host when the STGI
instruction is executed.

Signed-off-by: Tom Woller <thomas.woller@amd.com>
xen/arch/x86/hvm/svm/svm.c